home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / sutil262.zip / WHATS.NEW < prev   
Text File  |  1991-07-15  |  5KB  |  110 lines

  1. ---------------------------------------------------------------------------
  2. 07/15/91          New in Supreme Utility Version 2.63              07/15/91
  3. ---------------------------------------------------------------------------
  4. ---   Added subdirectory processing ability
  5.  
  6. ---   Added a visual indication that Hidden/System files were being ignored
  7.  
  8. ---   Fixed problem with wildcard name expansion when specifying multiple 
  9.       target names
  10.  
  11. ---   Added a check for current directory as target
  12.  
  13. ---   A move that specified an invalid destination drive, will now correctly 
  14.       report an error condition
  15.  
  16. ---   NOTE!: Reports that Supreme Utility produces an invalid action based 
  17.       upon a wildcard name of *???? are false! DOS specifies that if any
  18.       star (*) wildcard is found, then all files will produce a match.
  19.       Supreme Utility WILL produce a valid action.
  20.  
  21. ---------------------------------------------------------------------------
  22.                   New in previous Version 2.53
  23. ---------------------------------------------------------------------------
  24.  
  25. ---   The Source file attributes were accidentally changed, and not reset
  26.  
  27. ---   Errors on multiple file move/copies were not checked for errors
  28.  
  29. ---   Version 2.51 Beta would move/copy Hidden files, regardless of the
  30.       Hidden Flag setting.
  31.                           
  32. --------------------------------------------------------------------------
  33.                    Fixes from Beta version 2.51
  34. --------------------------------------------------------------------------
  35.  
  36. ---    Some bugs from the Beta of Version 2.00 have been fixed, as follows:
  37.  
  38.             1) Though you were able to use multiple commands, the program
  39.                would only issue the first four!
  40.  
  41.             2) The Move command would re-issue itself, and an error would
  42.                occur.
  43.  
  44. ---    Added the ability to Exclude files on a Global basis or on an
  45.        operation by operation basis.
  46.  
  47. ---    Added the ability to read in a file with commands. This extends the
  48.        ability for Supreme Utility to process a number of commands and
  49.        files. You are not limited to the length of the command line.
  50.  
  51. ---    Added an error check for memory errors. Previously, SUtil would just
  52.        exit with a non descriptive error message.
  53.  
  54. ---    CTRL-C will now have the same effect as CTRL-BREAK.
  55.  
  56. ---    The cursor will now remain active. Previously it would be hidden.
  57.        However, some systems did not restore it properly, so it is now
  58.        left active.
  59. ---------------------------------------------------------------------------
  60.          List of new features that appeared in Version 2.00 Beta
  61. ---------------------------------------------------------------------------
  62.  
  63. ---    Supreme Utility was designed to allow the user to mix operations on one
  64.        command line. However, you were unable to issue the same command again.
  65.  
  66. ---    You may now re-issue commands! In other words, you may not specify any
  67.        number of Copy commands which will each act independently.
  68.  
  69.           Ex.  SUtil -c *.bak a: /p -c *.pas \pas -c *.c \c /p/q
  70.  
  71.        This is now perfectly valid. Previously, the command line would have
  72.        looked like this:
  73.  
  74.                SUtil -c *.bak *.pas *.c, a:*.* \pas\*.* \c*.* /p /q
  75.  
  76.        While OK, it does not allow you to enable/disable prompting or enable/
  77.        disable Overwrite modes for each specific operation. It is also more
  78.        clunky than the new command sequence.
  79.  
  80. ---    You are no longer limited to 10 filenames per command. You may now use
  81.        an unlimited amount of filename specifications.
  82.  
  83. ---    You may now set each flag Globally (as before) but can now override any
  84.        flag on a per-command basis. This allows the user to allow/disallow
  85.        certain flags on critical command operations.
  86.  
  87. ---    Supreme Utility now takes over all available memory and tries to complete
  88.        its operations as fast as possible, by using as much memory as possible.
  89.  
  90. ---    Supreme Utility will now recover correctly from major DOS errors. Previously
  91.        you would have to re-issue the command from the DOS prompt after you
  92.        fixed the error. (Drive not Ready error is an example)
  93.  
  94. ---    Supreme Utility will now accommodate anywhere up to a 255 character command
  95.        line, which is useful for those of you who have a DOS command line
  96.        enhancer.
  97.  
  98. ---    Supreme Utility is now smaller is EXE size, and is also more memory
  99.        efficient than before.
  100.  
  101. ---    Supreme Utility now uses the DOS ERRORLEVEL variable to pass back success
  102.        information to a batch file. It will return 2 for most error cases, and
  103.        will return a 1 if Help was activated. In all success cases, it will
  104.        return a 0 return code. (Note restrictions in manual)
  105.  
  106.  
  107.   The new version retains the calling sequence of the old version, as long as
  108. the commands were issued in the proper sequence. For this reason, no major
  109. modifications of Batch files will be necessary.
  110.